/*--------------------listing.item.html------------------*/
:root {
    --swiper-navigation-size: 30px !important;
}
.listingItem .newscontainer {
  width: auto;
  border: solid 1px #eee;
  padding: 15px;
  background: #fff;
}
.listingItem .image {
  float: right;
  padding: 3px;
  margin: 5px 0 3px 8px;
  border: solid 1px #eee;
  overflow: hidden;
}
.listingItem .image img {
  transition: all 0.5s ease;
  background: #0053a5;
  opacity: 0.9;
  width: 100%;
}
.listingItem .image img:hover {
  transform: scale(1.1);
  transition: all ease 0.5s;
  background: #0053a5;
  opacity: 0.9;
}
.listingItem .spacer {
  height: 10px;
}
.listingItem .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: solid 1px #f5f5f5;
  height: 37px;
  float: left;
  width: 100%;
  background: #fbfbfb;
}
.listingItem .subtitle {
  font-size: 12px;
  color: #666;
}
.listingItem .title em {
  display: inline-block;
}
.listingItem .title h2 {
  display: inline-block;
  font-size: 15px;
  color: #0053a5;
  line-height: 24px;
  margin-bottom: 8px;
}
.listingItem .title {
  margin-top: 3px;
}
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active {
  font-size: 15px;
  text-decoration: none;
  color: #0053a5;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.listingItem .summary {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 2px;
  line-height: 23px;
  min-height: 60px;
  text-align: justify;
}
.listingItem .datepane {
  float: right;
}
.listingItem .datepane span {
  margin-left: 5px;
}
.listingItem .iconpane {
  float: left;
}
.listingItem .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.listingItem .iconpane a:hover {
  background: #999;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .listingItem .title {
    clear: both;
  }
}

@media only screen and (max-width: 320px) {
  .listingItem .datepane {
    font-size: 11px;
  }
}
/*------------------view.item.html------------------------*/
.ArticleView {
  margin: 0px 0 0 0;
  text-align: right;
}
.ArticleView .news-content .title {
  margin: 0px 0 5px 0;
  font-size: 15px;
  text-align: right;
  font-weight: bold;
}
.ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
  padding-left: 0;
}


.ArticleView .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: solid 1px #f5f5f5;
  height: 37px;
  float: left;
  width: 100%;
  background: #fbfbfb;
}
.ArticleView .datepane {
  float: right;
}
.ArticleView .datepane span {
  margin-left: 5px;
}
.ArticleView .iconpane {
  float: left;
}
.ArticleView .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.ArticleView .iconpane a:hover {
  background: #999;
  text-decoration: none;
}
.ArticleView .image img {
  max-width: 100%;
  width: 100%;
}
.ArticleView h1 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.ArticleView .title em {
  vertical-align: middle;
}
.ArticleView .subtitle {
  font-size: 12px;
  color: #666;
}
.ArticleView .summary {
  font-size: 13px;
  color: #666;
}
.ArticleView .description {
  color: #111;
}
.ArticleView .commentStyle {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 20px;
}
.ArticleView .commentStyle .fa {
  font-size: 67px;
  color: #bbb;
}
.ArticleView .commentStyle .datecomment {
  font-size: 11px;
  color: #999;
}
.ArticleView .back {
  text-align: center;
}
.ArticleView .back a {
  font-weight: 500;
  transition: 0.5s;
  transition: 0.5s;
  color: #1b1b1b;
   display: block;
  text-align: center;
}
.news-title{
  display: flex;
  gap: 20px;
 align-items: center;
}
.news-title .titleNews{
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  line-height: 36px;
  padding-right: 4px;
}
.news-title h2 span{
  font-size: 20px;
  font-weight: 700;
  color: #808080;
  padding-left: 4px;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  .ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .ArticleView .iconpane {
    display: none;
  }
}

/*------------comment-------------------*/
.postComment p:nth-child(1) {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
}
.postComment p:nth-child(1) input {
  width: 100%;
  margin-right: 7px;
  border: solid 1px #ddd;
}
.postComment p:nth-child(2) {
  width: 48%;
}
.postComment p:nth-child(2) input {
  width: 100% !important;
}
.postComment p:nth-child(2) {
  display: inline-block;
  margin: 0 8px;
}
.postComment p:nth-child(2) input {
  border: solid 1px #ddd; /*! margin: 15px; */
}
.postComment p:nth-child(3) {
  width: 100%;
}
.postComment p:nth-child(3) input {
  width: 97% !important;
}
.postComment p:nth-child(3) input {
  border: solid 1px #ddd;
  margin-right: 7px;
}
.postComment input[type="text"] {
  height: 46px;
  text-align: right;
  margin-bottom: 5px;
  border-radius: 3px;
  box-shadow: 0 0px 3px 1px rgb(238, 238, 238);
  padding: 13px;
}
.postComment textarea.NormalTextBox {
  border: solid 1px #ddd;
  width: 97% !important;
  position: relative;
  margin-right: 7px;
  padding: 15px;
  box-shadow: 0px 4px 10px 2px rgb(238, 238, 238);
  border-radius: 3px;
  height: 175px !important;
}

#Notify {
  padding-top: 7px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#Notify input {
  width: auto !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0 5px;
}
@media only screen and (max-width: 590px) {
  .postComment p:nth-child(1) {
    width: 97%;
  }

  .postComment p:nth-child(2) {
    width: 97%;
  }
}

/*---------------related.item.html----------------------*/
.relateditem {
}
.relateditem .relatednews {
  border: solid 1px #eee;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.relateditem .relatednews .title {
  padding: 10px;
  height: 68px;
  overflow: hidden;
  font-size: 13px;
}
.relateditem .relatednews .title a {
  color: #666 !important;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.relateditem .relatednews .title a {
  text-decoration: none;
}
.relateditem .relatednews em {
  padding: 0 0 0 5px;
}
.relateditem .icons {
  border-bottom: solid 1px #eee;
}
.relateditem .dg-imagebox .pic {
  border: 1px solid #eee;
}
.relateditem .dg-imagebox {
}
.relateditem .dg-imagebox .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #0b2e45;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -18px 0 -0;
  z-index: 3;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in; /* Firefox 4 */
  -webkit-transition: all 200ms ease-in; /* Safari and Chrome */
  -o-transition: all 200ms ease-in; /* Opera */
  -ms-transition: all 200ms ease-in; /* IE9? */
}
.relateditem .dg-imagebox:hover .icon {
  opacity: 1;
  transform: scaleX(1);
  transition: all 200ms ease-in 500ms;
  -moz-transition: all 200ms ease-in 500ms; /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 500ms; /* Safari and Chrome */
  -o-transition: all 200ms ease-in 500ms; /* Opera */
  -ms-transition: all 200ms ease-in 500ms; /* IE9? */
}
.relateditem .dg-imagebox .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 1;
  z-index: 0;
  margin-top: -3px;
  opacity: 1;
  transition: all 300ms ease-in 500ms;
  -moz-transition: all 300ms ease-in 500ms; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 500ms; /* Safari and Chrome */
  -o-transition: all 300ms ease-in 500ms; /* Opera */
  -ms-transition: all 300ms ease-in 500ms; /* IE9? */
}
.relateditem .dg-imagebox:hover .bg {
  opacity: 0.7;
  top: 0;
  margin-top: 0;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in; /* Safari and Chrome */
  -o-transition: all 300ms ease-in; /* Opera */
  -ms-transition: all 300ms ease-in; /* IE9? */
}
.relateditem .dg-imagebox .pic {
  position: relative;
}
.relateditem .dg-imagebox .pic > img {
  width: 100%;
}
.relateditem .dg-imagebox .pic:after,
.relateditem .dg-imagebox .pic:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  opacity: 0.5;
  z-index: 1;
  transition: all 300ms ease-in 200ms;
  -moz-transition: all 300ms ease-in 200ms; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 200ms; /* Safari and Chrome */
  -o-transition: all 300ms ease-in 200ms; /* Opera */
  -ms-transition: all 300ms ease-in 200ms; /* IE9? */
}
.relateditem .dg-imagebox .pic:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.relateditem .dg-imagebox .pic:before {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
.relateditem .dg-imagebox:hover .pic:after,
.relateditem .dg-imagebox:hover .pic:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 300ms ease-in 300ms;
  -moz-transition: all 300ms ease-in 300ms; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 300ms; /* Safari and Chrome */
  -o-transition: all 300ms ease-in 300ms; /* Opera */
  -ms-transition: all 300ms ease-in 300ms; /* IE9? */
}

/*---------------tag-item----------*/

/*--------------------lightbox------------------*/
.articleImages .ImagesItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 27px;
}
.ArticleView .articleImages .ImagesItem li {
    margin: 5px;
    float: right;
    list-style-type: none;
}
.ArticleView .articleImages .ImagesItem li {
  margin: 5px;
  float: right;
  list-style-type: none;
}
.articleImages .ImagesItem img{
      object-fit: cover;
    height: 100%;
    border: solid 1px #f5f5f5;
    padding: 2px;
    border-radius: 7px;
    width: 100%;
}
/*----------------social---------------------------*/



/*------------fileItem.html-------------*/
.fileItem .file-download {
  float: left;
}
.fileItem .file-download a {
  background: #0153a5;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.fileItem li {
  padding: 10px;
  list-style-type: none;
}
.fileItem li a {
  text-decoration: none;
}
.fileItem li:nth-child(2n + 1) {
  background: #f5f5f5;
}
.border {
  border: 1px solid #ddd;
  padding: 3px;
  background: #f6f6f6;
}

/*------------------paging-------------*/
.PagingTable {
  width: 100%;
  background: #fff;
  height: 40px;
  margin-bottom: 15px;
}
.PagingTable td span,
.PagingTable a {
  background: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 7px 2px;
  text-align: center;
  color: #888;
  padding: 0 7px;
  box-shadow: 1px 1px 1px 1px #eee;
  border-radius: 5px;
  font-weight: bold;
}
.PagingTable [align="right"] {
  position: relative;
  right: 14px;
}
.PagingTable {
  border: none !important;
}
.PagingTable [align="right"] {
  position: relative;
  right: 14px;
}

/** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.4.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.4 * @date November 17, 2007 * @category jQuery plugin * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com) * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */
#jquery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  right: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-container-image-data-box {
  background-color: #fff;
  margin: 0pt auto;
  overflow: auto;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.4em;
}
#lightbox-container-image-data {
  padding: 0 10px;
}
#lightbox-container-image-details {
  float: right;
  text-align: right;
  width: 70%;
}
#lightbox-container-image-details-caption {
  font-weight: bold;
}
#lightbox-container-image-details-currentNumber {
  clear: right;
  display: block;
}
#lightbox-container-image-details-currentNumber a,
#lightbox-container-image-details-currentNumber a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}
#lightbox-container-image-details-nav {
  clear: right;
  display: block;
  padding: 0pt 0pt 10px;
}
#lightbox-container-image-details-nav a,
#lightbox-container-image-details-nav a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}
#lightbox-container-image-details-nav-btnPrev {
  margin: 0pt 0pt 0pt 8px;
}
#lightbox-image-details-close-btnClose {
  float: left;
}
#lightbox-image-details-close a,
#lightbox-image-details-close a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}

/*---------print.item--------------------*/
.articlePrint {
  direction: rtl;
  margin: 0 auto;
  width: 650px;
  text-align: right;
}
.articlePrint .printhead {
  font: 12px/150%;
  margin: 0;
  text-align: right;
}
.articlePrint .printhead .printlogo {
  float: right;
  text-align: right;
  width: 200px;
  padding: 10px 0;
}
.articlePrint .printhead .headinfo {
  line-height: 180%;
  float: left;
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
  width: 400px;
}
.articlePrint .printhead .headinfo .printcat {
  padding: 5px 0 0;
}
.articlePrint .printhead .headinfo .printid {
  padding: 5px 0 0;
}
.articlePrint .printhead .headinfo .printdt {
  direction: ltr;
  font-size: 12px;
  padding: 5px 0 0;
  text-align: left;
}
.articlePrint .printtextpane {
  border: 2px dotted #cccccc;
  clear: both;
  padding: 20px 30px 40px;
}
.articlePrint .printtextpane .nwstxtrotitr {
  color: #000066;
  font: 13px;
  margin: 0;
  text-align: right;
}
.articlePrint .printtextpane .nwstxtinfotitle {
  color: #000066;
  font-size: 40px;
  padding: 10px 0;
}
.articlePrint .printtextpane .nwstxtlead {
  color: #000000;
  margin: 3px 0;
  line-height: 1.6em !important;
}
.articlePrint .printtextpane .nwstxttext {
  clear: both;
  font-size: 12px;
  padding: 3px 0 0;
  text-align: justify;
  line-height: 2em !important;
}
.articlePrint .printcopyright {
  background: none repeat scroll 0 0 #dddddd;
  direction: rtl;
  font: normal 11px Verdana;
  padding: 2px 0;
  text-align: center;
}

/*-------search-------------*/
#articleSearchFormSmall {
  width: 83%;
  height: 35px;
  margin: 10px 0 15px 0;
  text-align: right;
  position: relative;
}
#articleSearchFormSmall input[type="submit"] {
     position: absolute;
    width: 27px;
    left: 60px;
    top: 8px;
    height: 27px;
    margin: 0px 0 0 0 !important;
    cursor: pointer;
    text-indent: -9999px;
    border: 0px;
    background: url(Images/search-tool.png) no-repeat center center / 20px;
}
#articleSearchFormSmall input[type="text"] {
  width: 95%;
  height: 43px;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 5px 0 0;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-left: none;
  background: #fbfbfb;
}
/*--------postRating-------*/
.postRating {
  padding: 10px;
}
.postRating label {
  margin: 0 2px 0 20px;
}

/*--------video----------*/
video {
  width: 100% !important;
  text-align: center;
  margin: 30px auto;
}
/*---------------News Articles Archives-------------*/
.listItem li {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 5px 11px;
  font-size: 14px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li:hover {
  margin: 0 3px 0 0;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li a {
  color: #333;
}
.listItem li a:hover {
  color: #2c5cda;
  text-decoration: none;
}
/*---------------*/
@media handheld, only screen and (max-width: 414px) {
  .col-xs-2 {
    float: none;
  }
}

/*///////////////*/

/*latest articles*/
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-5 {
  padding-top: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.green {
  color: forestgreen;
}
.blue {
  color: darkblue;
}
.light-blue {
  color: #58a3bb;
}
.listingItem {
}
.listingItem .newscontainer {
  width: auto;
  border: solid 1px #eee;
  padding: 15px;
  background: #fff;
}
.rtl .listingItem .image {
  float: right;
  padding: 3px;
  margin: 5px 0 3px 8px;
  border: solid 1px #eee;
  overflow: hidden;
}
.listingItem .image {
  float: right;
  padding: 3px;
  margin: 5px 8px 3px 0;
  border: solid 1px #eee;
  overflow: hidden;
}
.listingItem .image img {
  transition: all 0.5s ease;
  background: #0053a5;
  opacity: 0.9;
  width: 100%;
}
.listingItem .image img:hover {
  transform: scale(1.1);
  transition: all ease 0.5s;
  background: #0053a5;
  opacity: 0.9;
}
.listingItem .spacer {
  height: 10px;
}
.listingItem .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: solid 1px #f5f5f5;
  height: 37px;
  float: left;
  width: 100%;
  background: #fbfbfb;
}
.listingItem .subtitle {
  font-size: 12px;
  color: #666;
}
.listingItem .title em {
  display: inline-block;
}
.listingItem .title h2 {
  display: inline-block;
  font-size: 15px;
  color: #0053a5;
  line-height: 24px;
  margin-bottom: 8px;
}
.listingItem .title {
  margin-top: 3px;
}
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active {
  font-size: 15px;
  text-decoration: none;
  color: #0053a5;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.listingItem .summary {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 2px;
  line-height: 23px;
  min-height: 60px;
  text-align: justify;
}
.rtl .listingItem .datepane {
  float: right;
}
.listingItem .datepane {
  float: left;
}
.listingItem .datepane span {
  margin-left: 5px;
}
.rtl .listingItem .iconpane {
  float: left;
}
.listingItem .iconpane {
  float: right;
}
.listingItem .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.listingItem .iconpane a:hover {
  background: #999;
  text-decoration: none;
}



@media only screen and (max-width: 320px) {
  .listingItem .datepane {
    font-size: 11px;
  }
}

.PagingTable {
  width: 100%;
  background: #fff;
  height: 40px;
  margin-bottom: 15px;
}
.PagingTable td span,
.PagingTable a {
  background: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 7px 2px;
  text-align: center;
  color: #888;
  padding: 0 7px;
  box-shadow: 1px 1px 1px 1px #eee;
  border-radius: 5px;
  font-weight: bold;
}
.PagingTable td {
  padding: 0px 10px;
}

/*search*/
#articleSearchFormSmall {
  width: 83%;
  height: 35px;
  margin: 10px 0 15px 0;
  text-align: right;
  position: relative;
}

.rtl #articleSearchFormSmall input[type="text"] {
    width: 96%;
    height: 43px;
    border-radius: 4px;
    line-height: 40px;
    color: #004c75;
    margin: 0px 0 0 0;
    padding: 0 5px 0 0;
    background: #fff;
    border: 0px;
    border: solid 1px #CCCCCC;
    outline: none;
    background: #ffffff;
}
.rtl #articleSearchFormSmall input[type="text"]::placeholder{
    color: #242424CC;
}


/*archive*/
.blue {
  color: darkblue;
}
.listItem li {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 5px 11px;
  font-size: 14px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.rtl .listItem li:hover {
  margin: 0 3px 0 0;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li:hover {
  margin: 0 0 0 3px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li a {
  color: #333;
}
.listItem li a:hover {
  color: #2c5cda;
  text-decoration: none;
}

/*comment*/
.mb-20 {
  margin-bottom: 26px !important;
}
.ArticleView .commentStyle {
  background: #f7f3ee;
  border: solid 1px #f9e5c5;
  padding: 20px 35px;
}
.commentStyle hr {
  border-top: solid 1px #ddc8a7;
}
.ArticleView .commentStyle .fa {
  font-size: 67px;
  color: #bbb;
}
.ArticleView .commentStyle .datecomment {
  font-size: 11px;
  color: #999;
  float: left;
  text-align: left;
}
.ArticleView .commentStyle p {
  margin: 0;
}
.ArticleView .commentStyle.mb-1 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 15px;
}
.ArticleView .commentStyle.mb-2 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 30px;
}
.ArticleView .commentStyle.mb-3 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 50px;
}
.ArticleView .commentStyle.mb-4 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 70px;
}
.btn a.CommandButton {
  color: #fff;
}
.btn.btn-info {
  padding: 3px 10px;
}
h6.news-date-h {
  color: #ffac40;
  font-size: 14px;
}

.news-image-single {
  border-radius: 8px;
  width: 100%;
}

.news-image-single img {
   width: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.detail-container h3 {
  font-size: 19px;
  color: var(--secondary-color);
  line-height: 24px;
  font-weight: 700;
  padding-top: 12px;
}
.detail-container {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  background-image: unset;
}
.detail-dateEv {
  margin-bottom: 0 !important;
  left: 11px;
  top: 9px;
  padding: 3px 12px;
  border-radius: 6px;
  background-color: #808080;
  position: absolute;
}
.detail-dateEv p {
  font-size: 12px;
  font-weight: 700;
  color: #fcfcfc;
  margin-bottom: 0;
}
.detail-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #525252;
}
.news-btn {
  position: relative;
  color: #af6915;
  border: 1px solid #fddeb9;
  padding: 2px 11px;
  border-radius: 5px;
  background: #fef4e8;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
}

.myNewsSwiper{
    height: unset;
}
.DnnModule.DnnModule-DnnForge-LatestArticles.DnnModule-2705 {
    margin-top: 40px;
}
.heading_wrapper{
  padding-bottom: 0;
}
.first-news-img {
    height: 51vh;
}
.TitleH3 {
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    padding-bottom: 18px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
:root {
    --swiper-navigation-size: 21px;
}
.first-news-img {
    height: 30vh;
}
}
.news-main_image {
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
    position: relative;
}
/* .news-main_image::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
right: 0;
border-radius: 8px;
background-image: linear-gradient(263deg, #000000e8, #c7c7c76e);
} */
.news-main_image img {
     object-fit: cover;
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.titleOnImageEv {
  color: #003264;
  line-height: 48px;
  font-weight: 800;
  font-size: 32px;
  margin: 24px 0;
}
.date-container {
    padding-block: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.detail-read-more {
  color: #003264;
  margin-bottom: 20px;
}
span.label.label-events {
  color: #003264;
}
.date-container img {
    filter: grayscale(1);
}

.date-container p {
    color: #808080;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}
.news-text p{
      color: #242424;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}
.detail-read-more .label {
  color: #808080;
  font-weight: 400;
}

.detail-read-more .label-date {
  font-weight: 700;
}
.ArticleView .tag-item a{
  background: transparent !important;
  color: #808080 !important;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s;
}
.ArticleView .tag-item a:hover {
  color: #252525 !important;
  transition: 0.4s;
}
section.share-sec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px;
}
.SocialIcons h5 {
  display: inline-block;
  color: #808080;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.SocialIcons {
  display: flex;
  align-items: baseline;
}
.SocialIcons a {
  text-decoration: none;
  margin-top: 5px;
}

.SocialIcons i {
  font-size: 20px;
  display: inline-block;
  padding-inline: 6px;
  color: #808080;
}

.register-event {
  display: flex;
  justify-content: space-between;
  background-color: #FEF4E8;
  border: 1px solid #FDDEB9;
  padding: 12px;
  border-radius: 8px;
  color: #242424 !important;
  margin-top: 25px;
  align-items: center;
}

.register-event p {
  font-weight: 700;
  margin: 0;
}

.register-event a {
  color: #242424;
  background-color: #F9A94A;
  font-size: 16px ;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
}
.nbox {
    margin-block: 20px;
}
.reference {
    width: 31%;
}
.reference a {
  direction: ltr;
  width: 100%;
  text-align: left;
  margin-top: 4px;
  padding: 0;
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.videos-title_stage1, .videos-title_stage2{
display: flex;
gap: 20px;
padding-bottom: 20px;
align-items: center;
}

.videos-title_stage1 .titleNews,.videos-title_stage2 .titleNews {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  line-height: 36px;
  padding-right: 4px;
}
.videos-title_stage1 h2 span,.videos-title_stage2 h2 span {
  font-size: 20px;
  font-weight: 700;
  color: #808080;
  padding-left: 4px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
.register-event a{
      font-size: 10px;
}
}